Parts Supplier
LiDAS: Lighting-driven Dynamic Active Sensing for Nighttime Perception
de Moreau, Simon, Bursuc, Andrei, El-Idrissi, Hafid, Moutarde, Fabien
Nighttime environments pose significant challenges for camera-based perception, as existing methods passively rely on the scene lighting. We introduce Lighting-driven Dynamic Active Sensing (LiDAS), a closed-loop active illumination system that combines off-the-shelf visual perception models with high-definition headlights. Rather than uniformly brightening the scene, LiDAS dynamically predicts an optimal illumination field that maximizes downstream perception performance, i.e., decreasing light on empty areas to reallocate it on object regions. LiDAS enables zero-shot nighttime generalization of daytime-trained models through adaptive illumination control. Trained on synthetic data and deployed zero-shot in real-world closed-loop driving scenarios, LiDAS enables +18.7% mAP50 and +5.0% mIoU over standard low-beam at equal power. It maintains performances while reducing energy use by 40%. LiDAS complements domain-generalization methods, further strengthening robustness without retraining. By turning readily available headlights into active vision actuators, LiDAS offers a cost-effective solution to robust nighttime perception.
- North America > United States > Oklahoma > Beaver County (0.15)
- North America > Canada > Alberta (0.04)
- Asia > Myanmar > Tanintharyi Region > Dawei (0.04)
- Energy (1.00)
- Automobiles & Trucks > Parts Supplier (0.76)
- Transportation > Ground > Road (0.71)
- Asia > China > Heilongjiang Province > Harbin (0.40)
- Europe > Ireland > Leinster > County Dublin > Dublin (0.04)
- Asia > China > Hunan Province (0.04)
- (2 more...)
- Research Report > New Finding (1.00)
- Research Report > Experimental Study (1.00)
- Workflow (0.67)
Lookahead Q-Cache: Achieving More Consistent KV Cache Eviction via Pseudo Query
Wang, Yixuan, Ji, Shiyu, Liu, Yijun, Xu, Yuzhuang, Xu, Yang, Zhu, Qingfu, Che, Wanxiang
Large language models (LLMs) rely on key-value cache (KV cache) to accelerate decoding by reducing redundant computations. However, the KV cache memory usage grows substantially with longer text sequences, posing challenges for efficient deployment. Existing KV cache eviction methods prune tokens using prefilling-stage attention scores, causing inconsistency with actual inference queries, especially under tight memory budgets. In this paper, we propose Lookahead Q-Cache (LAQ), a novel eviction framework that generates low-cost pseudo lookahead queries to better approximate the true decoding-stage queries. By using these lookahead queries as the observation window for importance estimation, LAQ achieves more consistent and accurate KV cache eviction aligned with real inference scenarios. Experimental results on LongBench and Needle-in-a-Haystack benchmarks show that LAQ outperforms existing methods across various budget levels, achieving a 1 $\sim$ 4 point improvement on LongBench under limited cache budget. Moreover, LAQ is complementary to existing approaches and can be flexibly combined to yield further improvements.
- Europe > Austria > Vienna (0.14)
- North America > United States > Louisiana > Orleans Parish > New Orleans (0.04)
- North America > Canada > British Columbia > Vancouver (0.04)
- (4 more...)
The Home Depot's early Black Friday Ryobi sale: Get two batteries and a power tool for just 99
Gear Home The Home Depot's early Black Friday Ryobi sale: Get two batteries and a power tool for just $99 The free tools include popular options like impact drivers, reciprocating saws, yard tools, and more. We may earn revenue from the products available on this page and participate in affiliate programs. Right now, if you buy a pair of Ryobi batteries (with a charger) from The Home Depot, you can get a free tool worth up to $99 to go with them. You can choose from essential power tools, including a reciprocating saw, a 1/2-inch impact, or even a string trimmer . You can never have too many batteries.
- North America > United States > Wisconsin > Milwaukee County > Milwaukee (0.07)
- Asia > Middle East > Jordan (0.05)
- Automobiles & Trucks > Parts Supplier (1.00)
- Retail > Online (0.73)
Bulk-boundary decomposition of neural networks
Lee, Donghee, Lee, Hye-Sung, Yi, Jaeok
Department of Physics, Korea Advanced Institute of Science and Technology, Daejeon 34141, Korea (Dated: November 2025) We present the bulk-boundary decomposition as a new framework for understanding the training dynamics of deep neural networks. Starting from the stochastic gradient descent formulation, we show that the Lagrangian can be reorganized into a data-independent bulk term and a data-dependent boundary term. The bulk captures the intrinsic dynamics set by network architecture and activation functions, while the boundary reflects stochastic interactions from training samples at the input and output layers. As a natural extension, we develop a field-theoretic formulation of neural dynamics based on this decomposition. Introduction-- Deep neural networks have achieved remarkable empirical success across diverse domains, yet the fundamental principles governing their learning dynamics remain unclear [1-3].
- Asia > South Korea > Daejeon > Daejeon (0.24)
- North America > United States > New Jersey > Middlesex County > Piscataway (0.04)
- North America > United States > California > San Mateo County > Redwood City (0.04)
- (3 more...)
Valeo Near-Field: a novel dataset for pedestrian intent detection
Musabini, Antonyo, Benmokhtar, Rachid, Bhanushali, Jagdish, Galizzi, Victor, Luvison, Bertrand, Perrotton, Xavier
This paper presents a novel dataset aimed at detecting pedestrians' intentions as they approach an ego-vehicle. The dataset comprises synchronized multi-modal data, including fisheye camera feeds, lidar laser scans, ultrasonic sensor readings, and motion capture-based 3D body poses, collected across diverse real-world scenarios. Key contributions include detailed annotations of 3D body joint positions synchronized with fisheye camera images, as well as accurate 3D pedestrian positions extracted from lidar data, facilitating robust benchmarking for perception algorithms. W e release a portion of the dataset along with a comprehensive benchmark suite, featuring evaluation metrics for accuracy, efficiency, and scalability on embedded systems. By addressing real-world challenges such as sensor occlusions, dynamic environments, and hardware constraints, this dataset offers a unique resource for developing and evaluating state-of-the-art algorithms in pedestrian detection, 3D pose estimation and 4D trajectory and intention prediction. Additionally, we provide baseline performance metrics using custom neural network architectures and suggest future research directions to encourage the adoption and enhancement of the dataset. This work aims to serve as a foundation for researchers seeking to advance the capabilities of intelligent vehicles in near-field scenarios.
- North America > United States > California > San Mateo County > San Mateo (0.04)
- Europe > France > Île-de-France (0.04)
- Automobiles & Trucks > Parts Supplier (0.76)
- Transportation > Ground > Road (0.68)
Automated Snippet-Alignment Data Augmentation for Code Translation
Zhang, Zhiming, Zhu, Qingfu, Luo, Xianzhen, Wang, Yixuan, Li, Bohan, Che, Wanxiang
Code translation aims to translate the code from its source language to the target language and is used in various software development scenarios. Recent developments in Large Language Models (LLMs) have showcased their capabilities in code translation, and parallel corpora play a crucial role in training models for code translation. Parallel corpora can be categorized into program-alignment (PA) and snippet-alignment (SA) data. Although PA data has complete context and is suitable for semantic alignment learning, it may not provide adequate fine-grained training signals due to its extended length, while the brevity of SA data enables more fine-grained alignment learning. Due to limited parallel corpora, researchers explore several augmentation methods for code translation. Previous studies mainly focus on augmenting PA data. In this paper, we propose a data augmentation method that leverages LLMs to generate SA data automatically. To fully leverage both PA data and SA data, we explore a simple yet effective two-stage training strategy, which consistently enhances model performance compared to fine-tuning solely on PA data. Experiments on TransCoder-test demonstrate that our augmented SA data combined with the two-stage training approach yields consistent improvements over the baseline, achieving a maximum gain of 3.78% on pass@k.
- North America > United States (0.04)
- North America > Canada > Ontario > Toronto (0.04)
- Asia > Thailand > Bangkok > Bangkok (0.04)
- (5 more...)
- Asia > China > Heilongjiang Province > Harbin (0.40)
- Europe > Ireland > Leinster > County Dublin > Dublin (0.04)
- Asia > China > Hunan Province (0.04)
- (2 more...)
- Research Report > New Finding (1.00)
- Research Report > Experimental Study (1.00)
- Workflow (0.67)
Designing MacPherson Suspension Architectures using Bayesian Optimization
Thomas, Sinnu Susan, Palandri, Jacopo, Lakehal-ayat, Mohsen, Chakravarty, Punarjay, Wolf-Monheim, Friedrich, Blaschko, Matthew B.
Engineering design is traditionally performed by hand: an expert makes design proposals based on past experience, and these proposals are then tested for compliance with certain target specifications. Testing for compliance is performed first by computer simulation using what is called a discipline model. Such a model can be implemented by a finite element analysis, multibody systems approach, etc. Designs passing this simulation are then considered for physical prototyping. The overall process may take months, and is a significant cost in practice. We have developed a Bayesian optimization system for partially automating this process by directly optimizing compliance with the target specification with respect to the design parameters. The proposed method is a general framework for computing a generalized inverse of a high-dimensional non-linear function that does not require e.g. gradient information, which is often unavailable from discipline models. We furthermore develop a two-tier convergence criterion based on (i) convergence to a solution optimally satisfying all specified design criteria, or (ii) convergence to a minimum-norm solution. We demonstrate the proposed approach on a vehicle chassis design problem motivated by an industry setting using a state-of-the-art commercial discipline model. We show that the proposed approach is general, scalable, and efficient, and that the novel convergence criteria can be implemented straightforwardly based on existing concepts and subroutines in popular Bayesian optimization software packages.
- Europe > Belgium > Flanders > Flemish Brabant > Leuven (0.05)
- North America > United States > Pennsylvania (0.04)
- North America > United States > Ohio (0.04)
- (7 more...)
- Transportation (0.70)
- Automobiles & Trucks > Parts Supplier (0.48)
Rethinking LLM-Based Recommendations: A Personalized Query-Driven Parallel Integration
Han, Donghee, Song, Hwanjun, Yi, Mun Yong
Recent studies have explored integrating large language models (LLMs) into recommendation systems but face several challenges, including training-induced bias and bottlenecks from serialized architecture. To effectively address these issues, we propose a Query-toRecommendation, a parallel recommendation framework that decouples LLMs from candidate pre-selection and instead enables direct retrieval over the entire item pool. Our framework connects LLMs and recommendation models in a parallel manner, allowing each component to independently utilize its strengths without interfering with the other. In this framework, LLMs are utilized to generate feature-enriched item descriptions and personalized user queries, allowing for capturing diverse preferences and enabling rich semantic matching in a zero-shot manner. To effectively combine the complementary strengths of LLM and collaborative signals, we introduce an adaptive reranking strategy. Extensive experiments demonstrate an improvement in performance up to 57%, while also improving the novelty and diversity of recommendations.
- Asia > Middle East > UAE > Abu Dhabi Emirate > Abu Dhabi (0.14)
- Asia > Thailand > Bangkok > Bangkok (0.04)
- North America > Mexico > Mexico City > Mexico City (0.04)
- North America > United States > Florida > Miami-Dade County > Miami (0.04)
- Health & Medicine > Consumer Health (0.67)
- Automobiles & Trucks > Parts Supplier (0.50)
- Consumer Products & Services > Personal Products > Beauty Care Products (0.46)